home *** CD-ROM | disk | FTP | other *** search
- .TH CYLIN
- 6 "IRIT Version 6.0"
- .SH NAME
- CYLIN
-
-
-
- PolylineType CYLIN( VectorType Center, VectorType Direction,
- NumericType Radius )
-
- Creates a CYLINder geometric object, defined by Center as center of
- the base of the CYLINder, Direction as the CYLINder's axis and height,
- and Radius as the radius of the base of the CYLINder.
- See RESOLUTION for the accuracy of the CYLINder approximation as a
- polygonal model.
-
- Example:
-
- Cylinder1 = CYLIN( vector( 0, 0, 0 ), vector( 1, 0, 0 ), 10 );
-
- constructs a cylinder along the X axis from the origin to X = 10.
-